home *** CD-ROM | disk | FTP | other *** search
- object FormBright: TFormBright
- Left = 200
- Top = 157
- BorderStyle = bsDialog
- Caption = 'Adjust Color'
- ClientHeight = 355
- ClientWidth = 446
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 201
- Height = 201
- BevelOuter = bvLowered
- TabOrder = 0
- object PaintBox: TDXPaintBox
- Left = 4
- Top = 4
- Width = 193
- Height = 193
- AutoStretch = False
- Center = True
- KeepAspect = False
- Stretch = False
- ViewWidth = 0
- ViewHeight = 0
- end
- end
- object GroupBright: TGroupBox
- Left = 216
- Top = 8
- Width = 221
- Height = 45
- Caption = 'Brightness'
- TabOrder = 1
- object LabelBright: TLabel
- Left = 8
- Top = 20
- Width = 58
- Height = 12
- Caption = 'LabelBright'
- end
- object ScrollBright: TScrollBar
- Left = 72
- Top = 20
- Width = 137
- Height = 13
- LargeChange = 20
- Max = 255
- Min = -255
- PageSize = 0
- TabOrder = 0
- OnChange = ScrollBrightChange
- OnScroll = ScrollBrightScroll
- end
- end
- object GroupContrast: TGroupBox
- Left = 216
- Top = 56
- Width = 221
- Height = 45
- Caption = 'Contrast'
- TabOrder = 2
- object LabelContrast: TLabel
- Left = 8
- Top = 20
- Width = 58
- Height = 12
- Caption = 'LabelBright'
- end
- object ScrollContrast: TScrollBar
- Left = 72
- Top = 20
- Width = 137
- Height = 13
- LargeChange = 20
- Max = 128
- Min = -128
- PageSize = 0
- TabOrder = 0
- OnChange = ScrollContrastChange
- OnScroll = ScrollContrastScroll
- end
- end
- object GroupGamma: TGroupBox
- Left = 216
- Top = 104
- Width = 221
- Height = 45
- Caption = 'Gamma Correction'
- TabOrder = 3
- object LabelGamma: TLabel
- Left = 8
- Top = 20
- Width = 58
- Height = 12
- Caption = 'LabelBright'
- end
- object ScrollGamma: TScrollBar
- Left = 72
- Top = 20
- Width = 137
- Height = 13
- LargeChange = 100
- Max = 50000
- Min = 1
- PageSize = 0
- Position = 10000
- TabOrder = 0
- OnChange = ScrollGammaChange
- OnScroll = ScrollGammaScroll
- end
- end
- object GroupBox4: TGroupBox
- Left = 216
- Top = 152
- Width = 221
- Height = 101
- Caption = 'RGB'
- TabOrder = 4
- object LabelR: TLabel
- Left = 8
- Top = 20
- Width = 58
- Height = 12
- Caption = 'LabelBright'
- end
- object LabelG: TLabel
- Left = 8
- Top = 44
- Width = 58
- Height = 12
- Caption = 'LabelBright'
- end
- object LabelB: TLabel
- Left = 8
- Top = 68
- Width = 58
- Height = 12
- Caption = 'LabelBright'
- end
- object ScrollR: TScrollBar
- Left = 72
- Top = 20
- Width = 137
- Height = 13
- LargeChange = 20
- Max = 256
- Min = -256
- PageSize = 0
- TabOrder = 0
- OnChange = ScrollRChange
- OnScroll = ScrollRScroll
- end
- object ScrollG: TScrollBar
- Left = 72
- Top = 44
- Width = 137
- Height = 13
- LargeChange = 20
- Max = 256
- Min = -256
- PageSize = 0
- TabOrder = 1
- OnChange = ScrollGChange
- OnScroll = ScrollGScroll
- end
- object ScrollB: TScrollBar
- Left = 72
- Top = 68
- Width = 137
- Height = 13
- LargeChange = 20
- Max = 256
- Min = -256
- PageSize = 0
- TabOrder = 2
- OnChange = ScrollBChange
- OnScroll = ScrollBScroll
- end
- end
- object GroupSatu: TGroupBox
- Left = 216
- Top = 256
- Width = 221
- Height = 45
- Caption = 'Saturation'
- TabOrder = 5
- object LabelSatu: TLabel
- Left = 8
- Top = 20
- Width = 58
- Height = 12
- Caption = 'LabelBright'
- end
- object ScrollSatu: TScrollBar
- Left = 72
- Top = 20
- Width = 137
- Height = 13
- LargeChange = 20
- Max = 512
- PageSize = 0
- Position = 256
- TabOrder = 0
- OnChange = ScrollSatuChange
- OnScroll = ScrollSatuScroll
- end
- end
- object btnReset: TButton
- Left = 172
- Top = 316
- Width = 75
- Height = 25
- Caption = 'Reset'
- TabOrder = 7
- OnClick = btnResetClick
- end
- object GroupPreset: TGroupBox
- Left = 8
- Top = 220
- Width = 201
- Height = 81
- Caption = 'Preset'
- TabOrder = 6
- object ComboTemplate: TComboBox
- Left = 12
- Top = 20
- Width = 177
- Height = 20
- ItemHeight = 12
- TabOrder = 0
- OnClick = ComboTemplateClick
- end
- object btnSave: TButton
- Left = 52
- Top = 48
- Width = 65
- Height = 21
- Caption = 'Save'
- TabOrder = 1
- OnClick = btnSaveClick
- end
- object btnDel: TButton
- Left = 124
- Top = 48
- Width = 65
- Height = 21
- Caption = 'Delete'
- TabOrder = 2
- OnClick = btnDelClick
- end
- end
- object btnok: TButton
- Left = 276
- Top = 316
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 8
- end
- object btncancel: TButton
- Left = 356
- Top = 316
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 9
- end
- end
-